curl --request POST \
--url https://api.onetsolutions.net/v1/organizations/{organization_id}/projects/{project_id}/compute/instances/{instance_id}/alerts/{id}/acknowledge \
--header 'Authorization: Bearer <token>'{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"alert_rule": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"alert_rule_name": "<string>",
"instance": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"instance_name": "<string>",
"triggered_value": "<string>",
"triggered_at": "2023-11-07T05:31:56Z",
"notification_sent": true,
"notification_sent_at": "2023-11-07T05:31:56Z",
"created": "2023-11-07T05:31:56Z",
"modified": "2023-11-07T05:31:56Z",
"status": "active",
"resolved_at": "2023-11-07T05:31:56Z",
"acknowledged_at": "2023-11-07T05:31:56Z",
"acknowledged_by": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}curl --request POST \
--url https://api.onetsolutions.net/v1/organizations/{organization_id}/projects/{project_id}/compute/instances/{instance_id}/alerts/{id}/acknowledge \
--header 'Authorization: Bearer <token>'{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"alert_rule": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"alert_rule_name": "<string>",
"instance": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"instance_name": "<string>",
"triggered_value": "<string>",
"triggered_at": "2023-11-07T05:31:56Z",
"notification_sent": true,
"notification_sent_at": "2023-11-07T05:31:56Z",
"created": "2023-11-07T05:31:56Z",
"modified": "2023-11-07T05:31:56Z",
"status": "active",
"resolved_at": "2023-11-07T05:31:56Z",
"acknowledged_at": "2023-11-07T05:31:56Z",
"acknowledged_by": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}Documentation Index
Fetch the complete documentation index at: https://help.onetsolutions.net/llms.txt
Use this file to discover all available pages before exploring further.
Use Authorization: Bearer <token> header. Token can be a JWT token or an API key (format: sk-onetsolutions-...).
Alert ID
Instance ID
Organization ID
Project ID
^-?\d{0,14}(?:\.\d{0,6})?$active - Activeresolved - Resolvedacknowledged - Acknowledgedactive, resolved, acknowledged